home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Internet / WindowWasher / washer.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Encoding:
Text File  |  2000-06-02  |  1.5 KB  |  80 lines

  1. object Form10: TForm10
  2.   Left = 256
  3.   Top = 178
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Washing Completed'
  7.   ClientHeight = 185
  8.   ClientWidth = 228
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RadioGroup1: TRadioGroup
  20.     Left = 6
  21.     Top = 5
  22.     Width = 217
  23.     Height = 171
  24.     Caption = 'Select your preferred exit:'
  25.     TabOrder = 0
  26.   end
  27.   object RadioButton1: TRadioButton
  28.     Left = 24
  29.     Top = 31
  30.     Width = 185
  31.     Height = 17
  32.     Caption = 'Log off and log in as another user'
  33.     Checked = True
  34.     TabOrder = 1
  35.     TabStop = True
  36.   end
  37.   object RadioButton2: TRadioButton
  38.     Left = 24
  39.     Top = 55
  40.     Width = 161
  41.     Height = 17
  42.     Caption = 'Restart your computer'
  43.     TabOrder = 2
  44.   end
  45.   object RadioButton4: TRadioButton
  46.     Left = 24
  47.     Top = 78
  48.     Width = 145
  49.     Height = 17
  50.     Caption = 'Restart in MS-DOS mode'
  51.     TabOrder = 3
  52.   end
  53.   object RadioButton3: TRadioButton
  54.     Left = 24
  55.     Top = 102
  56.     Width = 145
  57.     Height = 17
  58.     Caption = 'Shut down your computer'
  59.     TabOrder = 4
  60.   end
  61.   object Button1: TButton
  62.     Left = 31
  63.     Top = 135
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'OK'
  67.     TabOrder = 5
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 119
  72.     Top = 135
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     TabOrder = 6
  77.     OnClick = Button2Click
  78.   end
  79. end
  80.